devisualization.util.core.linegraph

Members

Aliases

LineGraph
alias LineGraph = LineGraphType!(true, size_t)
Undocumented in source.
SignedLineGraph
alias SignedLineGraph = LineGraphType!(false, ptrdiff_t)
Undocumented in source.

Structs

LineGraphType
deprecated struct LineGraphType(bool checkNegative, TYPE)

A line graph. Given points produces all points upon the line.

PointsGenerator
struct PointsGenerator(Point)

A line graph. Given points produces all points upon the line.

Meta

License

Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)